The following tables list the members exposed by DomainObject<TId>.
Public Properties
| Name | Description |
 | Id | ID may be of type string, int, Guid,custom type, etc. Setter is protected to allow unit tests to set this property via reflection and to allow domain objects more flexibility in setting this for those objects with assigned IDs. |
Top
Public Methods
| Name | Description |
 | Equals | |
 | GetHashCode | Must be provided to properly compare two objects |
 | IsTransient | Transient objects are not associated with an item already in storage. For instance, a Task is transient if its ID is 0. |
Top
See Also